class BPP
BPP,
bounded-error probabilistic polynomial time,
class almost-P,
almost-P
#complexity_theory
#complexity_theory
Definition (BPP)
BPP (bounded-error probabilistic polynomial time) is the set of languages that can be solved by probabilistic Turing machine in polynomial time with probability of accepting an input in the language and probability of rejecting an input not in the language
Definition (almost-P)
class of problems that are in with probability , where is an oracle chosen uniformly at random
Notes
- is known
- (obvious, as it has probability of accepting/rejecting inputs correctly)
- deterministic TM is special case of probabilistic TM
- PRIMES is in P paper (AKS2004) shows that the problem of determining whether a given number is prime is in (previously known to be in )
- conjectured that
- PP
- allows greater error probability of up to rather than
- almost-P and BPP equivalence was shown by Bennett and Gill in 1981
References
- https://en.wikipedia.org/wiki/BPP_(complexity)
- https://www.cs.cmu.edu/~goyal/s18/15503/scribe_notes/lecture3.pdf
- https://complexityzoo.net/Complexity_Zoo:B#bpp
- https://complexityzoo.net/Complexity_Zoo:A#almostp
- C. H. Bennett and J. Gill, βRelative to a Random OracleΒ AΒ , with Probability 1,βΒ SIAM J. Comput., vol. 10, no. 1, pp. 96β113, Feb. 1981, doi: 10.1137/0210008.